home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3tabbed.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.1 KB  |  84 lines

  1.  
  2. // JavaScript wrapper for r3tabbed.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_TABBED_H = 1;
  7. include("oops/r3frame.js")
  8.  
  9.  
  10. var R3CLID_TABBED = 560;
  11.  
  12.  
  13.  
  14.  
  15. R3TABA_Labels = 560500;
  16. function SetR3TABA_Labels(value) {
  17.   R3Set(this.r3obj, R3TABA_Labels, value, R3TID_STRING, R3TNF_ARRAY); 
  18. }
  19.  
  20. function GetR3TABA_Labels() {
  21.   return R3Get(this.r3obj, R3TABA_Labels, R3TID_STRING, R3TNF_ARRAY); 
  22. }
  23.  
  24. R3TABA_Active = 560501;
  25. function SetR3TABA_Active(value) {
  26.   R3Set(this.r3obj, R3TABA_Active, value, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. function GetR3TABA_Active() {
  30.   return R3Get(this.r3obj, R3TABA_Active, R3TID_INTEGER, 0); 
  31. }
  32.  
  33. R3TABA_Icons = 560502;
  34. function SetR3TABA_Icons(value) {
  35.   R3Set(this.r3obj, R3TABA_Icons, value, R3TID_OBJECT, R3TNF_ARRAY); 
  36. }
  37.  
  38. R3TABA_ToolTips = 560503;
  39. function SetR3TABA_ToolTips(value) {
  40.   R3Set(this.r3obj, R3TABA_ToolTips, value, R3TID_STRING, R3TNF_ARRAY); 
  41. }
  42.  
  43. function GetR3TABA_ToolTips() {
  44.   return R3Get(this.r3obj, R3TABA_ToolTips, R3TID_STRING, R3TNF_ARRAY); 
  45. }
  46.  
  47. R3TABA_IconWidth = 560504;
  48. function SetR3TABA_IconWidth(value) {
  49.   R3Set(this.r3obj, R3TABA_IconWidth, value, R3TID_INTEGER, 0); 
  50. }
  51.  
  52. R3TABA_IconHeight = 560505;
  53. function SetR3TABA_IconHeight(value) {
  54.   R3Set(this.r3obj, R3TABA_IconHeight, value, R3TID_INTEGER, 0); 
  55. }
  56.  
  57. var R3TABA_Depth = 560506; // Integer
  58. R3TABA_Bottom = 560507;
  59. function SetR3TABA_Bottom(value) {
  60.   R3Set(this.r3obj, R3TABA_Bottom, value, R3TID_BOOLEAN, 0); 
  61. }
  62.  
  63.  
  64.  
  65. function r3Tabbed () { 
  66.    this.base = r3God;
  67.    if(arguments.length) {
  68.       this.base(R3CLID_TABBED, arguments);
  69.    }
  70.    // Attributes
  71.    this.GetLabels=GetR3TABA_Labels;
  72.    this.SetLabels=SetR3TABA_Labels;
  73.    this.GetActive=GetR3TABA_Active;
  74.    this.SetActive=SetR3TABA_Active;
  75.    this.SetIcons=SetR3TABA_Icons;
  76.    this.GetToolTips=GetR3TABA_ToolTips;
  77.    this.SetToolTips=SetR3TABA_ToolTips;
  78.    this.SetIconWidth=SetR3TABA_IconWidth;
  79.    this.SetIconHeight=SetR3TABA_IconHeight;
  80.    this.SetBottom=SetR3TABA_Bottom;
  81. }
  82.  
  83. r3Tabbed.prototype=new r3Frame;
  84. // r3tabbed.h_H